Platform Explorer / Nuxeo Platform LTS 2016 8.10

Extension point contextHelpers

Documentation

@since 7.3

Context helper functions contribution. Example:

    <contextHelper
        class="org.nuxeo.ecm.automation.features.PlatformFunctions" id="platformFunctions"/>

Contribution Descriptors

  • Class: org.nuxeo.ecm.automation.context.ContextHelperDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-automation-scripting-8.10.jar /OSGI-INF/helpers-contrib.xml
    <extension point="contextHelpers" target="org.nuxeo.ecm.core.operation.OperationServiceComponent">
        <contextHelper class="org.nuxeo.automation.scripting.helper.Console" id="Console"/>
      </extension>
  • nuxeo-automation-features-8.10.jar /OSGI-INF/helpers-contrib.xml
    <extension point="contextHelpers" target="org.nuxeo.ecm.core.operation.OperationServiceComponent">
        <contextHelper class="org.nuxeo.ecm.automation.features.PlatformFunctions" id="Fn"/>
        <contextHelper class="org.nuxeo.ecm.automation.features.HTTPHelper" id="HTTP"/>
      </extension>